/*
  ArtToSpr Artworks/Draw to Sprite convertor
  Copyright (c) 1998 Tony Houghton

  This source is distributed under the GPL. Please see the file
  "COPYING" for details.
*/

#ifndef __gadgfade_h
#define __gadgfade_h

#ifndef __toolbox_h
#include "toolbox.h"
#endif

#ifdef __cplusplus
extern "C" {
#endif

extern _kernel_oserror *gadget_set_fade(ObjectId, ComponentId, bool);
extern _kernel_oserror *gadget_get_fade(ObjectId, ComponentId, bool *);

#ifdef __cplusplus
}
#endif

#endif
